(function() { const u = '/apps/statistics.php?aid=270879&browser=IE&created_date=20260218&created_hour=16&dduuid=94d6382672947&device=0&device_type=desktop&os=Windows&ssid=ojmli13e1b8a257iutedda7j8u&t=1771403279&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d7eeee41975d3d002f5869c662c887d0af108f8a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();