(function() { const u = '/apps/statistics.php?aid=12549&browser=IE&created_date=20260120&created_hour=14&dduuid=9c315115a977a&device=0&device_type=desktop&os=Windows&ssid=euvnsuifb96esb5j8ug42ghtuk&t=1768889927&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=93c0fc44f7e57a128c7a3d50bc84b13e4fe59f60&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();