(function() { const u = '/apps/statistics.php?aid=324430&browser=IE&created_date=20260307&created_hour=15&dduuid=b4f0ebab05afa&device=0&device_type=desktop&os=Windows&ssid=pkbeurvjab5k7eas8rf5a92rd3&t=1772869395&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d66d1a95b23141ac119e2beffc5173343a411f67&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();