(function() { const u = '/apps/statistics.php?aid=104518&browser=IE&created_date=20260304&created_hour=11&dduuid=9ddcc62a17e50&device=0&device_type=desktop&os=Windows&ssid=kb1qchkp3h6bfb97rmraobedt5&t=1772594585&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=662e99675696f7f53e32435d8ca9d82c94b0135f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();