(function() { const u = '/apps/statistics.php?aid=243679&browser=IE&created_date=20260121&created_hour=09&dduuid=ef89d0fa54473&device=0&device_type=desktop&os=Windows&ssid=n17q21cntpmlt0r4gr1qaca6dk&t=1768958385&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8fa64126273a4efe6f0c961f62ed2d43b1a920bc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();