(function() { const u = '/apps/statistics.php?aid=123660&browser=IE&created_date=20251216&created_hour=20&dduuid=3aa99d01899f6&device=0&device_type=desktop&os=Windows&ssid=0lagcb1sosld407vbfitb9v23n&t=1765887979&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c9adc2d19bd7a371fc0e112a2dde7cf31bfd8032&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();