(function() { const u = '/apps/statistics.php?aid=258685&browser=IE&created_date=20260226&created_hour=06&dduuid=acaf7eec78232&device=0&device_type=desktop&os=Windows&ssid=oub1p0p4p4046sjbhipi1gn2if&t=1772058083&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=482da816103919af6df703f88b776611f32abcbe&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();