(function() { const u = '/apps/statistics.php?aid=98705&browser=IE&created_date=20260112&created_hour=18&dduuid=2688c357e8dc0&device=0&device_type=desktop&os=Windows&ssid=0sheahsklu8649e2e014nid4lp&t=1768214579&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2386430815a622d85d531599129e9d10a146dcef&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();