(function() { const u = '/apps/statistics.php?aid=455283&browser=IE&created_date=20260313&created_hour=11&dduuid=a82f4ececa40a&device=0&device_type=desktop&os=Windows&ssid=c0lc4adv85pqdch3ph1qdpn0cv&t=1773373762&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0745215676dddf739e0e80e132bf5f3a2544e856&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();