(function() { const u = '/apps/statistics.php?aid=455655&browser=IE&created_date=20260303&created_hour=12&dduuid=0220f2b482376&device=0&device_type=desktop&os=Windows&ssid=8pv9f9qbqcsaifk37p0tcl0c0r&t=1772513923&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c6fd8b2d089d3696f2afcd8a2916d457fd73ad28&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();